toggle menu
JxBrowser
8.0.0-eap.5
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.ui.event
/
[jvm]TouchEvent
Touch
Event
interface
TouchEvent
A common interface that all touch events must extend.
Since
8.0.0
Inheritors
TouchMoved
TouchCanceled
TouchStarted
TouchEnded
Members
Functions
changed
Touches
Link copied to clipboard
abstract
fun
changedTouches
(
)
:
List
<
TouchPoint
>
Contains touch points that have changed since the last touch event.
points
Link copied to clipboard
abstract
fun
points
(
)
:
List
<
TouchPoint
>
Returns the sequence of touch points performed during the touch event.
target
Touches
Link copied to clipboard
abstract
fun
targetTouches
(
)
:
List
<
TouchPoint
>
Contains all touch points that are specific to the target element.